home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 June / Game.EXE_06_2001.iso / Demos / Economic War / data1.cab / Program_Executable_Files / IniSim / Scene06.ini < prev    next >
Encoding:
INI File  |  2000-11-23  |  5.7 KB  |  306 lines

  1. //Scenario ->                SHELL SHOCK
  2.  
  3. [GENERAL]
  4. ID = "6"                //ID of the Scenar
  5. Year = "2050"
  6. Month = "1"
  7. CountryNb = "4"
  8. ProductNb = "7"
  9. LabUnitCost = "500"
  10. TaxesCoef = "200"            //Multiplyer coef for taxes (*100)
  11. Round = "11"
  12. Turn = "9"
  13. VoteTime = "80"                //In Sec
  14. PJ ="4"                    //Nb of country playable by human
  15. Scenar_ID = "6"                //ID of the scenar
  16.  
  17. [0]
  18. CountryId = "0"
  19. Name = "USA"
  20. PresidentName = "Steve Martyn"
  21. Accounts = "9068"            //(Manpower/10)*2*(moy of the factoryConstprice(without arms))2267
  22. Expenses = "35000"            //Pop * 500
  23. Unemployment = "50"
  24. Manpower = "20"
  25. RiotRisk = "0"                //Recalculated
  26. Taxes = "5"                //Default = 5 (50%)
  27. Slushfunds = "5000"            //Starting amount of slushfunds
  28. DipPts = "10"
  29. TechLevel = "0"
  30. DiploList = "Diplo_00.ini"
  31. MinisterList = "Minister_00.ini"
  32. ElectionCounter = "6"            //Months Nb!
  33. ElectionCycle = "4"            //Years Nb!
  34. StartingSectorResearch = "1"
  35. PJ="1"
  36.  
  37. [1]
  38. CountryId = "1"
  39. Name = "France"
  40. PresidentName = "Maurice Lapluie"
  41. Accounts = "50000"//6801
  42. Expenses = "17500"
  43. Unemployment = "20"
  44. Manpower = "15"
  45. RiotRisk = "0"
  46. Taxes = "5"
  47. Slushfunds = "5000"            //Starting amount of slushfunds
  48. DipPts = "11"
  49. TechLevel = "0"
  50. DiploList = "Diplo_01.ini"
  51. MinisterList = "Minister_01.ini"
  52. ElectionCounter = "12"
  53. ElectionCycle = "4"
  54. StartingSectorResearch = "0"
  55. PJ="1"
  56.  
  57. [2]
  58. CountryId = "2"
  59. Name = "Russia"
  60. PresidentName = "Yevgeni Nikitin"
  61. Accounts = "8615"
  62. Expenses = "22500"
  63. Unemployment = "26"
  64. Manpower = "19"
  65. RiotRisk = "0"
  66. Taxes = "5"
  67. Slushfunds = "5000"            //Starting amount of slushfunds
  68. DipPts = "12"
  69. TechLevel = "0"
  70. DiploList = "Diplo_02.ini"
  71. MinisterList = "Minister_02.ini"
  72. ElectionCounter = "12"
  73. ElectionCycle = "4"
  74. StartingSectorResearch = "0"
  75. PJ="1"
  76.  
  77. [3]
  78. CountryId = "3"
  79. Name = "UK"
  80. PresidentName = "Anthony Wright"
  81. Accounts = "6801"
  82. Expenses = "17500"
  83. Unemployment = "20"
  84. Manpower = "15"
  85. RiotRisk = "0"
  86. Taxes = "5"
  87. Slushfunds = "5000"            //Starting amount of slushfunds
  88. DipPts = "13"
  89. TechLevel = "0"
  90. DiploList = "Diplo_03.ini"
  91. MinisterList = "Minister_03.ini"
  92. ElectionCounter = "12"
  93. ElectionCycle = "4"
  94. StartingSectorResearch = "0"
  95. PJ="1"
  96.  
  97.  
  98. [PRODUCT_TYPE]
  99. //First number is the index of the product, the other is the type
  100. 0 = "0"        //Arms
  101. 1 = "1"        //Oil
  102. 2 = "2"        //Water
  103. 3 = "3"        //Wood
  104. 4 = "7"        //Bread
  105. 5 = "22"    //Medicines
  106. 6 = "32"    //Computers
  107.  
  108. Price_00 = "100"        // Starting price
  109. ConstPrice_00 = "8000"        // (X / 3) * Price * 12 mois     (X = 20)
  110. ProdPrice_00 = "33"        // Price / 3
  111. LaborNeeds_00 = "1"
  112. Sector_00 = "0"
  113. WRatio_00 = "0"            //(*100)
  114. StartingTechProdCoef_00 = "70"    //(*100)
  115.  
  116. Price_01 = "15"
  117. ConstPrice_01 = "1200"
  118. ProdPrice_01 = "5"
  119. LaborNeeds_01 = "1"
  120. Sector_01 = "1"
  121. WRatio_01 = "2703"
  122. StartingTechProdCoef_01 = "70"
  123.  
  124. Price_02 = "25"
  125. ConstPrice_02 = "2000"
  126. ProdPrice_02 = "8"
  127. LaborNeeds_02 = "1"
  128. Sector_02 = "1"
  129. WRatio_02 = "1622"
  130. StartingTechProdCoef_02 = "70"
  131.  
  132. Price_03 = "15"
  133. ConstPrice_03 = "1200"
  134. ProdPrice_03 = "5"
  135. LaborNeeds_03 = "1"
  136. Sector_03 = "2"
  137. WRatio_03 = "2243"
  138. StartingTechProdCoef_03 = "70"
  139.  
  140. Price_04 = "20"
  141. ConstPrice_04 = "1600"
  142. ProdPrice_04 = "7"
  143. LaborNeeds_04 = "1"
  144. Sector_04 = "2"
  145. WRatio_04 = "1703"
  146. StartingTechProdCoef_04 = "70"
  147.  
  148. Price_05 = "45"
  149. ConstPrice_05 = "3600"
  150. ProdPrice_05 = "15"
  151. LaborNeeds_05 = "1"
  152. Sector_05 = "3"
  153. WRatio_05 = "1189"
  154. StartingTechProdCoef_05 = "70"
  155.  
  156. Price_06 = "50"
  157. ConstPrice_06 = "4000"
  158. ProdPrice_06 = "17"
  159. LaborNeeds_06 = "1"
  160. Sector_06 = "4"
  161. WRatio_06 = "541"
  162. StartingTechProdCoef_06 = "70"
  163.  
  164.  
  165. //Country USA
  166. [COUNTRY_00]
  167. Needs_00 = "0"        //Needed every month
  168. Produ_00 = "0"        //
  169. Quant_00 = "10"        //Stock at the beginning
  170. Needs_01 = "168"    //Coef de besoins * 100
  171. Produ_01 = "0"
  172. Quant_01 = "1000"
  173. Needs_02 = "101"
  174. Produ_02 = "0"
  175. Quant_02 = "1000"
  176. Needs_03 = "140"
  177. Produ_03 = "0"
  178. Quant_03 = "1000"
  179. Needs_04 = "106"
  180. Produ_04 = "0"
  181. Quant_04 = "1000"
  182. Needs_05 = "74"
  183. Produ_05 = "0"
  184. Quant_05 = "1000"
  185. Needs_06 = "34"
  186. Produ_06 = "0"
  187. Quant_06 = "1000"
  188.  
  189. //Country FRANCE
  190. [COUNTRY_01]
  191. Needs_00 = "0"
  192. Produ_00 = "0"
  193. Quant_00 = "100"
  194. Needs_01 = "100"
  195. Produ_01 = "0"
  196. Quant_01 = "500"
  197. Needs_02 = "60"
  198. Produ_02 = "0"
  199. Quant_02 = "500"
  200. Needs_03 = "83"
  201. Produ_03 = "0"
  202. Quant_03 = "500"
  203. Needs_04 = "63"
  204. Produ_04 = "0"
  205. Quant_04 = "500"
  206. Needs_05 = "44"
  207. Produ_05 = "0"
  208. Quant_05 = "500"
  209. Needs_06 = "20"
  210. Produ_06 = "0"
  211. Quant_06 = "500"
  212.  
  213. //Country RUSSIA
  214. [COUNTRY_02]
  215. Needs_00 = "0"
  216. Produ_00 = "0"
  217. Quant_00 = "10"
  218. Needs_01 = "127"
  219. Produ_01 = "0"
  220. Quant_01 = "500"
  221. Needs_02 = "76"
  222. Produ_02 = "0"
  223. Quant_02 = "500"
  224. Needs_03 = "106"
  225. Produ_03 = "0"
  226. Quant_03 = "500"
  227. Needs_04 = "80"
  228. Produ_04 = "0"
  229. Quant_04 = "500"
  230. Needs_05 = "56"
  231. Produ_05 = "0"
  232. Quant_05 = "500"
  233. Needs_06 = "25"
  234. Produ_06 = "0"
  235. Quant_06 = "500"
  236.  
  237. //Country UK
  238. [COUNTRY_03]
  239. Needs_00 = "0"
  240. Produ_00 = "0"
  241. Quant_00 = "10"
  242. Needs_01 = "100"
  243. Produ_01 = "0"
  244. Quant_01 = "500"
  245. Needs_02 = "60"
  246. Produ_02 = "0"
  247. Quant_02 = "500"
  248. Needs_03 = "83"
  249. Produ_03 = "0"
  250. Quant_03 = "500"
  251. Needs_04 = "63"
  252. Produ_04 = "0"
  253. Quant_04 = "500"
  254. Needs_05 = "44"
  255. Produ_05 = "0"
  256. Quant_05 = "500"
  257. Needs_06 = "20"
  258. Produ_06 = "0"
  259. Quant_06 = "500"
  260.  
  261.  
  262.  
  263. //BUILBING Starting Info
  264. ///////////////////////
  265. //    PALACE
  266. [BUILBING_00]
  267. ConstPrice = "0"
  268. LaborNeeds = "0"
  269. MaxCapa = "0"
  270.  
  271. //    PRISON
  272. [BUILBING_01]
  273. ConstPrice = "0"
  274. LaborNeeds = "10"
  275. MaxCapa = "25"
  276.  
  277. //    OPPOSITION
  278. [BUILBING_02]
  279. ConstPrice = "0"
  280. LaborNeeds = "0"
  281. MaxCapa = "0"
  282.  
  283. //    LABORATORY
  284. [BUILBING_03]
  285. ConstPrice = "8000"
  286. LaborNeeds = "1"
  287. MaxCapa = "0"
  288.  
  289. //    AMBASSY
  290. [BUILBING_04]
  291. ConstPrice = "1000"
  292. LaborNeeds = "0"
  293. MaxCapa = "12"
  294.  
  295. //    MEDIA
  296. [BUILBING_05]
  297. ConstPrice = "0"
  298. LaborNeeds = "0"
  299. MaxCapa = "0"
  300.  
  301. //    NUKE CENTRAL
  302. [BUILBING_06]
  303. ConstPrice = "5000"
  304. LaborNeeds = "1"
  305. MaxCapa = "0"
  306.